Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(master): release 0.95.0 #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Jan 12, 2024


0.95.0 (2024-10-31)

⚠ BREAKING CHANGES

  • python: drop support for Python 3.6 and 3.7

Build

  • certificates: update expired CERN Grid CA certificate (#440) (8d6539a), closes #439
  • docker: non-editable submodules in "latest" mode (#416) (3bdda63)
  • docker: pin setuptools to v70 (#459) (1288088)
  • docker: upgrade to Ubuntu 24.04 and Python 3.12 (#458) (f65641a)
  • python: add minimal pyproject.toml (#459) (c84ceaf)
  • python: avoid using requirements.in (#448) (48c58d9)
  • python: bump all required packages as of 2024-03-04 (#442) (de119eb)
  • python: bump shared REANA packages as of 2024-03-04 (#442) (fc77628)
  • python: drop support for Python 3.6 and 3.7 (#455) (20899e7)
  • python: remove deprecated pytest-runner (#459) (e5fef3f)
  • python: use optional deps instead of tests_require (#459) (6a3acdf)

Features

  • dask: add DASK_SCHEDULER_URI environment variable (#464) (6cf4fc0)
  • job_manager: log pod errors as warnings (#468) (88b0acb)
  • job_monitor: log pod errors and disruptions as warnings (#468) (db9c258)
  • shutdown: stop all running jobs before stopping workflow (#423) (866675b)
  • utils: add multiline log formatter (#468) (d40538a)

Bug fixes

  • database: limit the number of open database connections (#437) (980f749)

Performance improvements

  • cache: avoid caching jobs when the cache is disabled (#435) (553468f), closes #422
  • config: make closing of database connections optional (#463) (13738ad)
  • secrets: avoid extraneous refetching of user secrets (#451) (e046989)

Code refactoring

  • db: set job status also in the main database (#423) (9d6fc99)
  • docs: move from reST to Markdown (#428) (4732884)
  • monitor: centralise logs and status updates (#423) (3685b01)
  • monitor: move fetching of logs to job-manager (#423) (1fc117e)

Code style

Test suite

  • adding stop k8s job test (8ca36bd)
  • adds requirements_dev for Travis (6c8adc0)
  • pytest: adapt to fixture changes from default_user to user0 (#469) (891aeab)

Continuous integration

  • actions: update GitHub actions due to Node 16 deprecation (#447) (f4f955c)
  • add hadolint and flake8 linters (4ad0ede)
  • added github actions workflow (67ea0ed)
  • commitlint: addition of commit message linter (#417) (f547d3b)
  • commitlint: allow release commit style (#443) (0fc9794)
  • commitlint: check for the presence of concrete PR number (#425) (35bc1c5)
  • commitlint: improve checking of merge commits (#458) (f646fbe)
  • pin hadolint version (8be1f3d)
  • publish docker image after new release (6a2abcb)
  • pytest: invoke pytest directly instead of setup.py test (#459) (637aaf1)
  • pytest: move to PostgreSQL 14.10 (#429) (42622fa)
  • release-please: initial configuration (#417) (fca6f74)
  • release-please: update version in Dockerfile/OpenAPI specs (#421) (e6742f2)
  • remove older versions from python tests (5ee2872)
  • shellcheck: fix exit code propagation (#425) (8e74a85)
  • update all actions (2f3ede1)

Documentation

  • add .readthedocs.yaml to migrate to RTD v2 (71fca96)
  • addition of REST API documentation (870668f)
  • addition of Travis/Coveralls/RFTD/Waffle/Travis/License badges (b31c9d8)
  • author ORCID links (3c1d224)
  • authors: complete list of contributors (#434) (b9f8364)
  • autodoc_mock_imports for gssapi (2fa5221), closes #274
  • better navigation and synced descriptions (18b942f)
  • better structure (eada161)
  • change docs to comply with the new secrets cli format (ac2292c)
  • fix "fork me on GitHub" ribbon (d9c4532)
  • fix ReadTheDocs build (9c0e67a)
  • fix rtfd build badge so it shows the real status (07e403b)
  • HTCondorCERN backend usage (5d5d6cb)
  • improve documentation (76ea1f3)
  • improve sphinxcontrib-openapi rendering (903830d)
  • initial release (930b7bd)
  • more copyright header messages (53546a2)
  • more structured chapters (f901df9)
  • new logo, panel verbiage and links (347f218)
  • pin sphinx to avoid build failure (9d94384)
  • ReadTheDocs configuration (3c073e4)
  • remove reference to unused pykube (2398903)
  • set default language to English (a57cd83)
  • single-page RTFD outline (1cb473b)
  • update changelog (5ac0d25)
  • updating job manager class diagram (9326218)

Chores

  • master: release 0.95.0-alpha.1 (74a32d8)

@github-actions github-actions bot force-pushed the release-please--branches--master branch 2 times, most recently from 76abd19 to db172ea Compare January 16, 2024 16:53
@github-actions github-actions bot force-pushed the release-please--branches--master branch 2 times, most recently from d0d89ef to 7fa2c39 Compare February 5, 2024 10:12
@github-actions github-actions bot force-pushed the release-please--branches--master branch 3 times, most recently from 21d7348 to 2abae88 Compare February 15, 2024 09:06
@github-actions github-actions bot force-pushed the release-please--branches--master branch 2 times, most recently from 097218e to 581382a Compare February 21, 2024 09:51
@github-actions github-actions bot force-pushed the release-please--branches--master branch 3 times, most recently from 0e4c2e9 to 7f61c76 Compare March 1, 2024 09:26
@github-actions github-actions bot changed the title chore(master): release 0.9.3 chore(master): release 0.9.4 Mar 6, 2024
@github-actions github-actions bot force-pushed the release-please--branches--master branch from 7f61c76 to 398b610 Compare March 6, 2024 13:59
@github-actions github-actions bot changed the title chore(master): release 0.9.4 chore(master): release 0.95.0 Mar 15, 2024
@github-actions github-actions bot force-pushed the release-please--branches--master branch 2 times, most recently from ee3610c to fcb2c57 Compare March 19, 2024 10:44
@github-actions github-actions bot force-pushed the release-please--branches--master branch 2 times, most recently from 936ed79 to 8db4e92 Compare August 7, 2024 13:00
@github-actions github-actions bot force-pushed the release-please--branches--master branch from 8db4e92 to 4afdf3b Compare August 13, 2024 13:44
@github-actions github-actions bot force-pushed the release-please--branches--master branch from 4afdf3b to 006a69b Compare August 21, 2024 15:29
@github-actions github-actions bot force-pushed the release-please--branches--master branch 2 times, most recently from 6dc0536 to 284d4e1 Compare September 6, 2024 09:12
@github-actions github-actions bot force-pushed the release-please--branches--master branch from 284d4e1 to e612cc5 Compare October 21, 2024 17:16
@github-actions github-actions bot force-pushed the release-please--branches--master branch from e612cc5 to 16b90b9 Compare October 30, 2024 09:11
@github-actions github-actions bot force-pushed the release-please--branches--master branch from 16b90b9 to f683b8a Compare October 31, 2024 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants